WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridRowColCollection<T> Class
Members
In This Topic
    GridRowColCollection<T> Class
    In This Topic
    Base collection class for columns and rows.
    Syntax
    public abstract class GridRowColCollection<T> : C1.DataCollection.C1DataCollectionList<T> 
    where T: GridRowCol
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionList<T>
          C1.WinUI.Grid.GridRowColCollection<T>
             C1.WinUI.Grid.GridColumnCollection
             C1.WinUI.Grid.GridRowCollection

    See Also